{
  "bundles": [
    {
      "@type": "NXBundle",
      "artifactId": "nuxeo-core-storage-mongodb",
      "artifactVersion": "2021.24.3",
      "bundleGroup": {
        "@type": "NXBundleGroup",
        "bundleIds": [
          "org.nuxeo.ecm.core.storage",
          "org.nuxeo.ecm.core.storage.dbs",
          "org.nuxeo.ecm.core.storage.mem",
          "org.nuxeo.ecm.core.storage.mongodb",
          "org.nuxeo.ecm.core.storage.sql",
          "org.nuxeo.ecm.core.storage.sql.management"
        ],
        "hierarchyPath": "/grp:org.nuxeo.ecm.core/grp:org.nuxeo.ecm.core.storage",
        "id": "grp:org.nuxeo.ecm.core.storage",
        "name": "org.nuxeo.ecm.core.storage",
        "parentIds": [
          "grp:org.nuxeo.ecm.core"
        ],
        "readmes": [],
        "version": "2021.24"
      },
      "bundleId": "org.nuxeo.ecm.core.storage.mongodb",
      "components": [
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentation": "\n      Property to disable the fact that on MongoDB a LIKE match anchors its search\n      (like in SQL databases), i.e., absent wildcards, it does not match in the middle of a string.\n\n      When true, does not match in the middle of a string.\n      When false, works as if there was a % on each side of the LIKE expression.\n\n      @since 10.3\n    \n",
              "documentationHtml": "<p>\nProperty to disable the fact that on MongoDB a LIKE match anchors its search\n(like in SQL databases), i.e., absent wildcards, it does not match in the middle of a string.\n</p><p>\nWhen true, does not match in the middle of a string.\nWhen false, works as if there was a % on each side of the LIKE expression.\n</p><p>\n&#64;since 10.3\n</p><p></p>",
              "extensionPoint": "org.nuxeo.runtime.ConfigurationService--configuration",
              "hierarchyPath": "/grp:org.nuxeo.ecm.core/grp:org.nuxeo.ecm.core.storage/org.nuxeo.ecm.core.storage.mongodb/org.nuxeo.ecm.core.storage.mongodb.configuration/Contributions/org.nuxeo.ecm.core.storage.mongodb.configuration--configuration",
              "id": "org.nuxeo.ecm.core.storage.mongodb.configuration--configuration",
              "registrationOrder": 24,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.runtime.ConfigurationService",
                "name": "org.nuxeo.runtime.ConfigurationService",
                "type": "service"
              },
              "version": "2021.24.3",
              "xml": "<extension point=\"configuration\" target=\"org.nuxeo.runtime.ConfigurationService\">\n    <documentation>\n      Property to disable the fact that on MongoDB a LIKE match anchors its search\n      (like in SQL databases), i.e., absent wildcards, it does not match in the middle of a string.\n\n      When true, does not match in the middle of a string.\n      When false, works as if there was a % on each side of the LIKE expression.\n\n      @since 10.3\n    </documentation>\n    <!-- default is true for 10.3 and later -->\n    <property name=\"nuxeo.mongodb.like.anchored\">true</property>\n  </extension>"
            },
            {
              "@type": "NXContribution",
              "documentation": "\n      Property to disable the cursor timeout on the GC markReferencedBlobs query.\n\n      @since 2021.14\n    \n",
              "documentationHtml": "<p>\nProperty to disable the cursor timeout on the GC markReferencedBlobs query.\n</p><p>\n&#64;since 2021.14\n</p><p></p>",
              "extensionPoint": "org.nuxeo.runtime.ConfigurationService--configuration",
              "hierarchyPath": "/grp:org.nuxeo.ecm.core/grp:org.nuxeo.ecm.core.storage/org.nuxeo.ecm.core.storage.mongodb/org.nuxeo.ecm.core.storage.mongodb.configuration/Contributions/org.nuxeo.ecm.core.storage.mongodb.configuration--configuration1",
              "id": "org.nuxeo.ecm.core.storage.mongodb.configuration--configuration1",
              "registrationOrder": 25,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.runtime.ConfigurationService",
                "name": "org.nuxeo.runtime.ConfigurationService",
                "type": "service"
              },
              "version": "2021.24.3",
              "xml": "<extension point=\"configuration\" target=\"org.nuxeo.runtime.ConfigurationService\">\n    <documentation>\n      Property to disable the cursor timeout on the GC markReferencedBlobs query.\n\n      @since 2021.14\n    </documentation>\n    <property name=\"nuxeo.mongodb.gc.noCursorTimeout\">false</property>\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm.core/grp:org.nuxeo.ecm.core.storage/org.nuxeo.ecm.core.storage.mongodb/org.nuxeo.ecm.core.storage.mongodb.configuration",
          "name": "org.nuxeo.ecm.core.storage.mongodb.configuration",
          "requirements": [],
          "resolutionOrder": 144,
          "services": [],
          "startOrder": 148,
          "version": "2021.24.3",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"org.nuxeo.ecm.core.storage.mongodb.configuration\">\n\n  <extension target=\"org.nuxeo.runtime.ConfigurationService\" point=\"configuration\">\n    <documentation>\n      Property to disable the fact that on MongoDB a LIKE match anchors its search\n      (like in SQL databases), i.e., absent wildcards, it does not match in the middle of a string.\n\n      When true, does not match in the middle of a string.\n      When false, works as if there was a % on each side of the LIKE expression.\n\n      @since 10.3\n    </documentation>\n    <!-- default is true for 10.3 and later -->\n    <property name=\"nuxeo.mongodb.like.anchored\">true</property>\n  </extension>\n\n  <extension target=\"org.nuxeo.runtime.ConfigurationService\" point=\"configuration\">\n    <documentation>\n      Property to disable the cursor timeout on the GC markReferencedBlobs query.\n\n      @since 2021.14\n    </documentation>\n    <property name=\"nuxeo.mongodb.gc.noCursorTimeout\">false</property>\n  </extension>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/mongodb-configuration-properties.xml",
          "xmlPureComponent": true
        },
        {
          "@type": "NXComponent",
          "componentClass": "org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryService",
          "documentation": "\n    Manages MongoDB repositories.\n  \n",
          "documentationHtml": "<p>\nManages MongoDB repositories.\n</p><p></p>",
          "extensionPoints": [
            {
              "@type": "NXExtensionPoint",
              "componentId": "org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryService",
              "descriptors": [
                "org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryDescriptor"
              ],
              "documentation": "\n      Extension points to register MongoDB repositories. The repository will ask for a MongoDB access to\n      MongoDBConnectionService with id 'repository/[repositoryName]'.\n\n      Example:\n      <code>\n    <repository isDefault=\"true\" label=\"MongoDB Repository\" name=\"default\">\n        <fulltext disabled=\"false\"/>\n    </repository>\n</code>\n",
              "documentationHtml": "<p>\nExtension points to register MongoDB repositories. The repository will ask for a MongoDB access to\nMongoDBConnectionService with id &#39;repository/[repositoryName]&#39;.\n</p><p>\nExample:\n</p><p></p><pre><code>    &lt;repository isDefault&#61;&#34;true&#34; label&#61;&#34;MongoDB Repository&#34; name&#61;&#34;default&#34;&gt;\n        &lt;fulltext disabled&#61;&#34;false&#34;/&gt;\n    &lt;/repository&gt;\n</code></pre><p></p>",
              "hierarchyPath": "/grp:org.nuxeo.ecm.core/grp:org.nuxeo.ecm.core.storage/org.nuxeo.ecm.core.storage.mongodb/org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryService/ExtensionPoints/org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryService--repository",
              "id": "org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryService--repository",
              "label": "repository (org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryService)",
              "name": "repository",
              "version": "2021.24.3"
            }
          ],
          "extensions": [],
          "hierarchyPath": "/grp:org.nuxeo.ecm.core/grp:org.nuxeo.ecm.core.storage/org.nuxeo.ecm.core.storage.mongodb/org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryService",
          "name": "org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryService",
          "requirements": [
            "org.nuxeo.ecm.core.storage.dbs.DBSRepositoryService"
          ],
          "resolutionOrder": 758,
          "services": [
            {
              "@type": "NXService",
              "componentId": "org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryService",
              "hierarchyPath": "/grp:org.nuxeo.ecm.core/grp:org.nuxeo.ecm.core.storage/org.nuxeo.ecm.core.storage.mongodb/org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryService/Services/org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryService",
              "id": "org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryService",
              "overriden": false,
              "version": "2021.24.3"
            }
          ],
          "startOrder": 793,
          "version": "2021.24.3",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryService\" version=\"1.0.0\">\n\n  <require>org.nuxeo.ecm.core.storage.dbs.DBSRepositoryService</require>\n\n  <documentation>\n    Manages MongoDB repositories.\n  </documentation>\n\n  <implementation class=\"org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryService\" />\n\n  <service>\n    <provide interface=\"org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryService\" />\n  </service>\n\n  <extension-point name=\"repository\">\n    <documentation>\n      Extension points to register MongoDB repositories. The repository will ask for a MongoDB access to\n      MongoDBConnectionService with id 'repository/[repositoryName]'.\n\n      Example:\n      <code>\n        <repository name=\"default\" label=\"MongoDB Repository\" isDefault=\"true\">\n          <fulltext disabled=\"false\" />\n        </repository>\n      </code>\n    </documentation>\n    <object class=\"org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryDescriptor\" />\n  </extension-point>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/mongodb-repository-service.xml",
          "xmlPureComponent": false
        }
      ],
      "fileName": "nuxeo-core-storage-mongodb-2021.24.3.jar",
      "groupId": "org.nuxeo.ecm.core",
      "hierarchyPath": "/grp:org.nuxeo.ecm.core/grp:org.nuxeo.ecm.core.storage/org.nuxeo.ecm.core.storage.mongodb",
      "id": "org.nuxeo.ecm.core.storage.mongodb",
      "location": "",
      "manifest": "Manifest-Version: 1.0\r\nArchiver-Version: Plexus Archiver\r\nCreated-By: Apache Maven\r\nBuilt-By: root\r\nBuild-Jdk: 11.0.16\r\nBundle-ManifestVersion: 2\r\nBundle-Version: 2021.24.3-t20220801-141513\r\nBundle-SymbolicName: org.nuxeo.ecm.core.storage.mongodb\r\nNuxeo-Component: OSGI-INF/mongodb-repository-service.xml,OSGI-INF/mong\r\n odb-configuration-properties.xml\r\n\r\n",
      "maxResolutionOrder": 758,
      "minResolutionOrder": 144,
      "packages": [],
      "requirements": [],
      "version": "2021.24.3"
    }
  ],
  "creationDate": 1664794327924,
  "key": "Nuxeo Platform-2021.24",
  "name": "Nuxeo Platform",
  "operations": [],
  "packages": [],
  "pluginSnapshots": {},
  "releaseDate": 1664794327924,
  "version": "2021.24"
}